-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: automate client installs; update readmes #25
Conversation
"files": [ | ||
"dist", | ||
"ext" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this packages the shared lib in the node module instead of us relying on the env var and for it to exist elsewhere on the host
flipt-client-node/src/index.ts
Outdated
let libfile = ''; | ||
|
||
// get absolute path to libfliptengine | ||
const path = require('path'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way we can 'import' this on the top of the file?
rm -rf flipt-client-node/*.tgz | ||
rm -rf flipt-client-node/dist | ||
rm -rf flipt-client-python/ext/$(LIB).* | ||
rm -rf flipt-client-python/dist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does python have a "dist" folder after a build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with poetry, yah it seemed to:
» ls flipt-client-python/dist/
flipt_client-0.0.1-py3-none-any.whl flipt_client-0.0.1.tar.gz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall
* main: feat: do not fail on non-existent namespace in Rust core (#26) chore: address comments chore: remove unnecessary code
flipt_client
instead offlipt_client_python
)TODO